Skip to main content

getBoolean

Type

handler

Summary

Get any value as boolean

Syntax

getBoolean(<pValue>)

Description

Try to get any value as a boolean. if can not convert the value then false is returned.

note

This handler is for internal use.

Parameters

NameTypeDescription

pValue

Value to be converted to boolean.

Value

NameTypeDescription

return

A boolean as result of the conversion, false if the conversion fails.